home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / e-is / SmartToDoSetup.exe / {app} / SmartToDo.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Encoding:
Text File  |  2005-05-06  |  2.0 KB  |  105 lines

  1. object AboutForm: TAboutForm
  2.   Left = 768
  3.   Top = 494
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 269
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Label2: TLabel
  19.     Left = 164
  20.     Top = 144
  21.     Width = 153
  22.     Height = 14
  23.     Caption = 'Copyright (c) 2004-2005 by'
  24.   end
  25.   object LogoImage: TImage
  26.     Left = 100
  27.     Top = 160
  28.     Width = 220
  29.     Height = 44
  30.     Cursor = crHandPoint
  31.     AutoSize = True
  32.     Picture.Data = {<image000.bmp>}
  33.     Transparent = True
  34.     OnClick = LogoImageClick
  35.   end
  36.   object Image1: TImage
  37.     Left = 0
  38.     Top = 0
  39.     Width = 325
  40.     Height = 61
  41.     AutoSize = True
  42.     Picture.Data = {<image001.bmp>}
  43.     Transparent = True
  44.   end
  45.   object VerLbl: TLabel
  46.     Left = 254
  47.     Top = 60
  48.     Width = 62
  49.     Height = 14
  50.     Caption = 'Version 1.1'
  51.   end
  52.   object UserNameLabel: TLabel
  53.     Left = 4
  54.     Top = 104
  55.     Width = 312
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'UserName'
  60.     Color = clBtnFace
  61.     Font.Charset = RUSSIAN_CHARSET
  62.     Font.Color = clNavy
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentColor = False
  67.     ParentFont = False
  68.   end
  69.   object Label3: TLabel
  70.     Left = 232
  71.     Top = 88
  72.     Width = 84
  73.     Height = 16
  74.     Caption = 'Registered to:'
  75.     Color = clBtnFace
  76.     Font.Charset = RUSSIAN_CHARSET
  77.     Font.Color = clNavy
  78.     Font.Height = -13
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentColor = False
  82.     ParentFont = False
  83.   end
  84.   object OkButton: TButton
  85.     Left = 246
  86.     Top = 231
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = '&OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 0
  94.   end
  95.   object BuyButton: TButton
  96.     Left = 8
  97.     Top = 231
  98.     Width = 81
  99.     Height = 25
  100.     Caption = 'Buy Now!'
  101.     TabOrder = 1
  102.     OnClick = BuyButtonClick
  103.   end
  104. end
  105.